home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xmessage / Imakefile_xm next >
Encoding:
Text File  |  1995-06-23  |  323 b   |  10 lines

  1.         DEPLIBS = $(DEPXMLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  2. LOCAL_LIBRARIES = $(XMLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  3.            SRCS = xmessage.c makeform.c readfile.c
  4.            OBJS = xmessage.o makeform.o readfile.o
  5.  
  6. MComplexProgramTarget(xmmessage,$(LOCAL_LIBRARIES),$(SYSLIBS))
  7. InstallAppDefaults(Xmessage)
  8.  
  9.  
  10.